services.mosquitto.listeners.*.users.<name>.acl

Control client access to topics on the broker.

Type
list of single-line string
Default
[ ]
Example
[
  "read A/B"
  "readwrite A/#"
]
Declared
<nixpkgs/nixos/modules/services/networking/mosquitto.nix>